gtk4.git
2019-10-16 Benjamin Otteentry: Return boolean from gtk_entry_grab_focus_without...
2019-10-16 Benjamin Otterender: Fix goto
2019-10-16 Benjamin OtteInitialize cursor alpha to 1.0
2019-10-16 Benjamin Ottebindings: Make gtk_bindings_add_callback() allow for...
2019-10-16 Benjamin Ottebindings: Refactor
2019-10-16 Timm BäderMerge branch 'fix-popover-styles' into 'master'
2019-10-15 Benjamin OtteMerge branch 'otte/for-master' into 'master'
2019-10-15 Benjamin Ottewidget: Don't grab focus when can-focus == false
2019-10-15 Benjamin Ottewidget: Insist that widgets are rooted to be focusable
2019-10-15 Benjamin Ottewidget: Make grab_focus() fail on insensitive widgets
2019-10-15 Benjamin Ottewidget: Make gtk_widget_grab_focus() return a boolean
2019-10-15 Benjamin Ottebindings: Add gtk_binding_entry_add_callback()
2019-10-15 Benjamin Ottebindings: Add gtk_binding_entry_add_action()
2019-10-15 Benjamin Ottewidget: Make gtk_widget_activate_action() return TRUE...
2019-10-15 Benjamin Ottegtk: Add GtkNoSelection
2019-10-15 Benjamin Ottesingleselection: Fix model property
2019-10-15 Benjamin Otteexpander: Rename CSS nodes
2019-10-15 Timm Bädercssimagebuiltin: Don't create cairo nodes for empty...
2019-10-15 Timm Bädergl renderer: Fix an out of bounds read
2019-10-12 Matthias Clasennotebook: Avoid a crash
2019-10-12 Matthias Clasenglyph cache: Fix handling of big glyphs
2019-10-12 Matthias Clasenshadow cache: Remove outdated comments
2019-10-12 Matthias Clasengl: Increate the cache check frequency
2019-10-12 Matthias Clasengl: Interleave cache aging
2019-10-12 Matthias Clasengl: Improve debug spew for caches
2019-10-12 Timm BäderUpdate stackswitcher CSS
2019-10-12 Timm Bäderstackswitcher: Inherit from GtkWidget
2019-10-12 Timm Bädercolorscale: Remove some duplicated code
2019-10-12 Timm Bädermenuitem: Remove unused members
2019-10-12 Timm Bädermenu: Align function parameters
2019-10-12 Timm Bädermenu: Remove unused members
2019-10-12 Timm Bädermenu: Remove menu_queue_resize
2019-10-12 Matthias ClasenMerge branch 'glyphcache-fiddling' into 'master'
2019-10-12 Matthias Clasengl: Make icon cache work like glyph cache
2019-10-12 Matthias Clasengl: Do less work on glyph caching
2019-10-12 Timm Bädericoncache: Fix icon padding
2019-10-12 Matthias Clasengl: Simplify glyph cache lookup
2019-10-12 Matthias Clasengl: Don't use memcmp for comparing cache keys
2019-10-12 Matthias ClasenMake the scrolling demo more versatile
2019-10-12 Matthias Clasengl: Handle row stride for icon cache upload
2019-10-12 Matthias Clasengl: Handle row stride for glyph cache upload
2019-10-12 Matthias Clasengl: Do less work to maintain caches
2019-10-11 Matthias Clasengl: Speed up icon caching
2019-10-11 Matthias ClasenAdd an icon scrolling demo
2019-10-11 Timm Bädergl renderer: Get blur node child only once
2019-10-11 Timm Bädergl renderer: Shorten function
2019-10-11 Timm Bädergl renderer: Avoid copying a rect
2019-10-11 Matthias Clasengl: Avoid stray use of doubles
2019-10-11 Matthias ClasenCosmetics
2019-10-11 Matthias Clasengl: glyph cache tweaks
2019-10-11 Matthias Clasengl: Shrink CachedGlyph structs slightly
2019-10-11 Matthias Clasengsk: Store color bit info in text nodes
2019-10-11 Timm Bädergl renderer: Remove unused modelview matrix
2019-10-11 Timm Bädergl renderer: Don't copy outset shadow node outline
2019-10-11 Timm Bädergl renderer: Don't copy colors into render ops
2019-10-11 Timm Bädersnapshot: Don't move shadows too much
2019-10-11 Timm Bädergl renderer: Grow unblurred outset shadow outline on...
2019-10-11 Timm Bädergl renderer: Fix glsl rounded rect shrinking
2019-10-11 Timm Bädergl renderer: Cosmetics
2019-10-11 Timm Bädergl renderer: Only add outset shadow center piece if...
2019-10-10 Daniel MustielesUpdated Spanish translation
2019-10-09 Matthias ClasenMerge branch 'wip/chergert/avoid-renderop-copy' into...
2019-10-09 Christian Hergertgl: avoid copying RenderOp to GArray
2019-10-09 Christian Hergertgl: use memcmp to compare glyph cache keys
2019-10-09 Matthias ClasenMerge branch 'wip/chergert/const-glyph-cache' into...
2019-10-09 Christian Hergertgl: avoid copying GskGLCachedGlyph in lookup
2019-10-09 Christian Hergerttextview: use gtk_snapshot_new_with_parent()
2019-10-09 Christian Hergertgl: short-circuit on NULL program
2019-10-09 Matthias ClasenMerge branch 'wip/chergert/textview-fix-selection'...
2019-10-09 Christian Hergerttextview: fix off-by-one in y_range invalidation
2019-10-09 Timm Bädergl renderer: Remove rounded rect intersection code
2019-10-09 Timm Bäderwidget: Compare adjusted sizes in size_allocate
2019-10-09 Timm Bädergl renderer: Fix scaled fallback node drawing
2019-10-09 Timm Bäderinspector: Don't add padding to spinbuttons
2019-10-09 Timm Bäderspinbutton: Fix adjustment value thinko
2019-10-09 Timm BäderAdwaita: add statusbar padding back
2019-10-09 Timm Bäderstatusbar: Use a bin layout
2019-10-09 Timm Bäderwidget-factory: Remove double border around textview
2019-10-09 Timm Bäderstacksidebar: Inherit from GtkWidget
2019-10-09 Timm BäderAdwaita: Remove superfluous border from stacksidebar
2019-10-09 Timm Bädergtk-demo: Fix up sidebar demo style
2019-10-09 Timm Bäderpopovermenu: Switch to main submenu before mapping
2019-10-09 Timm Bäderpopovermenu: Only close if there's a new focus widget
2019-10-09 Timm Bäderpopovermenu: Switch back to "main" AFTER unmapping
2019-10-09 Timm Bäderpopover2.ui: Stop trying to set GtkModelButton:label
2019-10-09 Timm Bädertestmodelbutton: Remove toggles for removed properties
2019-10-09 Timm Bäderfilechooserbutton: Only destroy existing native dialogs
2019-10-09 Timm Bäderwidget: Create finalize assertions in destroy()
2019-10-09 Timm Bäderdemo: Don't manually add labels to menubuttons
2019-10-09 Timm Bäderdemo: Fix modelbutton demo
2019-10-09 Timm Bäderlabel: Use TRUE/FALSE instead of 1/0
2019-10-09 Timm Bäderdialog: Fix action button rearrangement
2019-10-09 Timm Bäderwidget-factory: Skip xml files in background selection...
2019-10-09 Timm Bäderwidget: Plug layout manager leak
2019-10-09 Timm Bädermodelbutton: Rework
2019-10-09 Timm Bäderbutton: Remove unused signal enum members
2019-10-09 Timm Bädermodelbutton: Use a box layout
2019-10-09 Timm Bädermodelbutton: Replace map() with root()
2019-10-09 Timm Bädermodelbutton: Remove end_box
2019-10-09 Timm Bädermodelbutton: Create accel label on demand
next